home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / intro.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  10.7 KB  |  166 lines

  1. <screen version="1.0" >
  2.  
  3.     <!-- this container will display the intro screen logo -->
  4.     <container>
  5.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  6.         
  7.         <widget class="picture" id="losg" file="setup/logo" auto_size="all" transparency="1.0">
  8.             <layout class="centre_in_parent_attachment" alignment="vertical" priority="1"/>
  9.         </widget>
  10.     
  11.     </container>
  12.     
  13.     <!-- this container will display the shadowed background -->
  14.     <container>
  15.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  16.         
  17.         <widget class="picture" file="setup/background" auto_size="all" transparency="1.0">
  18.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  19.             <layout class="stick_to_sides_attachment" alignment="right" priority="1" inset="0"/>
  20.         </widget>
  21.     </container>
  22.     
  23.     <!-- play -->
  24.     <widget class="action_button" id="ibng" appearance="setup/new_game" click_event="NEW " auto_size="all">
  25.         <layout class="stick_to_sides_attachment" alignment="top" inset="20"/>
  26.         <layout class="stick_to_sides_attachment" alignment="right" inset="320"/>
  27.         <string id="hint" value="Choose this option to start a new game."/>
  28.     </widget>
  29.  
  30.     <widget class="text_button" id="tbng" text="New Game[Comment button which lets you make a new one, etc]" click_event="NEW " auto_size="horizontal" spec="text,large">
  31.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="right" set_side="left" move_side="true" offset="8"/>
  32.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="top" set_side="top"/>
  33.         <layout kind="stick_to_object_attachment" priority="1" target="ibng" get_side="bottom" set_side="bottom"/>
  34.         <string id="hint" value="Choose this option to start a new game."/>
  35.     </widget>
  36.  
  37.     <!-- resume -->
  38.     <widget class="action_button" id="resb" appearance="setup/resume_game" click_event="resu" auto_size="all">
  39.         <layout class="stick_to_sides_attachment" alignment="top" inset="70"/>
  40.         <layout class="stick_to_sides_attachment" alignment="right" inset="306"/>
  41.         <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/>
  42.     </widget>
  43.  
  44.     <widget class="text_button" id="resl" text="Load Last Game[Comment button which lets you resume your previous game]" click_event="resu" auto_size="horizontal" spec="text,large">
  45.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="right" set_side="left" move_side="true" offset="8"/>
  46.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="top" set_side="top"/>
  47.         <layout kind="stick_to_object_attachment" priority="1" target="resb" get_side="bottom" set_side="bottom"/>
  48.         <string id="hint" value="Choose this option to load the game you played last ('[%string#1 - name of game goes here]')."/>
  49.     </widget>
  50.  
  51.      <!-- load -->
  52.     <widget class="action_button" id="iblo" appearance="setup/load_game" click_event="OPN?" auto_size="all">
  53.         <layout class="stick_to_sides_attachment" alignment="top" inset="120"/>
  54.         <layout class="stick_to_sides_attachment" alignment="right" inset="292"/>
  55.         <string id="hint" value="Load a previously saved game."/>
  56.     </widget>
  57.  
  58.     <widget class="text_button" id="tblo" text="Load Game[Comment button which lets you load a game]" click_event="OPN?" auto_size="horizontal" spec="text,large">
  59.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="right" set_side="left" move_side="true" offset="8"/>
  60.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="top" set_side="top"/>
  61.         <layout kind="stick_to_object_attachment" priority="1" target="iblo" get_side="bottom" set_side="bottom"/>
  62.         <string id="hint" value="Load a previously saved game."/>
  63.     </widget>
  64.  
  65.     <!-- quick start -->
  66.     <widget class="action_button" id="ibqs" appearance="setup/quickstart" click_event="LQS?" auto_size="all">
  67.         <layout class="stick_to_sides_attachment" alignment="top" inset="170"/>
  68.         <layout class="stick_to_sides_attachment" alignment="right" inset="278"/>
  69.         <string id="hint" value="Load a quick start."/>
  70.     </widget>
  71.  
  72.     <widget class="text_button" id="tbqs" text="Load Quick Start[COMMENT - button which lets you load a quick start]" click_event="LQS?" auto_size="horizontal" spec="text,large">
  73.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="right" set_side="left" move_side="true" offset="8"/>
  74.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="top" set_side="top"/>
  75.         <layout kind="stick_to_object_attachment" priority="1" target="ibqs" get_side="bottom" set_side="bottom"/>
  76.         <string id="hint" value="Load a quick start."/>
  77.     </widget>
  78.  
  79.     <!-- network -->
  80.     <widget class="action_button" id="ibjo" appearance="setup/network" click_event="join" auto_size="all">
  81.         <layout class="stick_to_sides_attachment" alignment="top" inset="220"/>
  82.         <layout class="stick_to_sides_attachment" alignment="right" inset="264"/>
  83.         <string id="hint" value="Choose this option to start or join a network game."/>
  84.     </widget>
  85.  
  86.     <widget class="action_button" id="abjo" appearance="" text="Network" click_event="join" auto_size="horizontal" spec="text,large">
  87.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="right" set_side="left" move_side="true" offset="8"/>
  88.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="top" set_side="top"/>
  89.         <layout kind="stick_to_object_attachment" priority="1" target="ibjo" get_side="bottom" set_side="bottom"/>
  90.         <string id="hint" value="Choose this option to start or join a network game."/>
  91.     </widget>
  92.  
  93.  
  94.  
  95.     <!-- view match -->
  96.     <widget class="action_button" id="ibvm" appearance="setup/view_match" click_event="PLSM" auto_size="all">
  97.         <layout class="stick_to_sides_attachment" alignment="top" inset="320"/>
  98.         <layout class="stick_to_sides_attachment" alignment="right" inset="236"/>
  99.         <string id="hint" value="Choose this option to watch a previously saved match."/>
  100.     </widget>
  101.  
  102.     <widget class="action_button" id="abvm" appearance="" text="View Match" click_event="PLSM" auto_size="horizontal" spec="text,large">
  103.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="right" set_side="left" move_side="true" offset="8"/>
  104.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="top" set_side="top"/>
  105.         <layout kind="stick_to_object_attachment" priority="1" target="ibvm" get_side="bottom" set_side="bottom"/>
  106.         <string id="hint" value="Choose this option to watch a previously saved match."/>
  107.     </widget>
  108.  
  109.     <!-- preferences -->
  110.     <widget class="action_button" id="ibpr" appearance="setup/preferences" auto_size="all" click_event="PREF">
  111.         <layout class="stick_to_sides_attachment" alignment="top" inset="370"/>
  112.         <layout class="stick_to_sides_attachment" alignment="right" inset="222"/>
  113.         <!-- <string id="hint" value="Click here to see the people behind FM 2005."/> -->
  114.     </widget>
  115.  
  116.     <widget class="text_button" text="Preferences" auto_size="horizontal" spec="text,large" click_event="PREF">
  117.         <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="right" set_side="left" move_side="true" offset="8"/>
  118.         <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="top" set_side="top"/>
  119.         <layout kind="stick_to_object_attachment" priority="1" target="ibpr" get_side="bottom" set_side="bottom"/>
  120.         <!-- <string id="hint" value="Click here to see the people behind FM 2005."/> -->
  121.     </widget>
  122.  
  123.     <!-- check for update -->
  124.     <widget class="action_button" id="chup" appearance="setup/updates" auto_size="all" click_event="CHUP">
  125.         <layout class="stick_to_sides_attachment" alignment="top" inset="420"/>
  126.         <layout class="stick_to_sides_attachment" alignment="right" inset="208"/>
  127.         <string id="hint" value="Choose this option to make sure you have the latest version.[COMMENT - hint text for button which checks for new patches]"/>
  128.     </widget>
  129.  
  130.     <widget class="text_button" text="Check For Updates[COMMENT - intro screen; button for checking for patches]" auto_size="horizontal" spec="text,large" click_event="CHUP">
  131.         <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="right" set_side="left" move_side="true" offset="8"/>
  132.         <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="top" set_side="top"/>
  133.         <layout kind="stick_to_object_attachment" priority="1" target="chup" get_side="bottom" set_side="bottom"/>
  134.         <string id="hint" value="Choose this option to make sure you have the latest version.[COMMENT - hint text for button which checks for new patches]"/>
  135.     </widget>
  136.  
  137.     <!-- credits -->
  138.     <widget class="action_button" id="hoff" appearance="setup/credits" auto_size="all" click_event="CRED">
  139.         <layout class="stick_to_sides_attachment" alignment="top" inset="470"/>
  140.         <layout class="stick_to_sides_attachment" alignment="right" inset="194"/>
  141.         <string id="hint" value="Click here to see the people behind FM 2006.[COMMENT - hint text for button which displays game credits]"/>
  142.     </widget>
  143.  
  144.     <widget class="text_button" text="Credits" auto_size="horizontal" spec="text,large" click_event="CRED">
  145.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="right" set_side="left" move_side="true" offset="8"/>
  146.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="top" set_side="top"/>
  147.         <layout kind="stick_to_object_attachment" priority="1" target="hoff" get_side="bottom" set_side="bottom"/>
  148.         <string id="hint" value="Click here to see the people behind FM 2006.[COMMENT - hint text for button which displays game credits]"/>
  149.     </widget>
  150.  
  151.     <!-- quit -->
  152.     <widget class="action_button" id="quit" appearance="setup/exit" auto_size="all" click_event="QUIT">
  153.         <layout class="stick_to_sides_attachment" alignment="top" inset="520"/>
  154.         <layout class="stick_to_sides_attachment" alignment="right" inset="180"/>
  155.         <string id="hint" value="Choose this option to exit FM 2006 and return to the real world...[COMMENT - hint text for button to exit game]"/>
  156.     </widget>
  157.  
  158.     <widget class="text_button" text="Quit" click_event="QUIT" auto_size="horizontal" spec="text,large">
  159.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="right" set_side="left" move_side="true" offset="8"/>
  160.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="top" set_side="top"/>
  161.         <layout kind="stick_to_object_attachment" priority="1" target="quit" get_side="bottom" set_side="bottom"/>
  162.         <string id="hint" value="Choose this option to exit FM 2006 and return to the real world...[COMMENT - hint text for button to exit game]"/>
  163.     </widget>
  164.  
  165. </screen>
  166.